Move tasklet implementation into its own source files.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 09:06:42 +0000 (10:06 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 09:06:42 +0000 (10:06 +0100)
commit197965150c69bde1d38ead5e8c7eb7bfa211d498
tree859611772155be5af5284c45efdad446b6edd8a3
parentf770264fe1f91d685499179e0e9c339fa0aaa6a8
Move tasklet implementation into its own source files.

This is preparation for implementing tasklets in vcpu context rather
than softirq context. There is no change to the implementation of
tasklets in this patch.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
20 files changed:
xen/arch/ia64/xen/xensetup.c
xen/arch/x86/acpi/cpu_idle.c
xen/arch/x86/setup.c
xen/arch/x86/smpboot.c
xen/common/Makefile
xen/common/domain.c
xen/common/keyhandler.c
xen/common/softirq.c
xen/common/tasklet.c [new file with mode: 0644]
xen/common/trace.c
xen/drivers/char/console.c
xen/drivers/passthrough/io.c
xen/drivers/passthrough/pci.c
xen/drivers/passthrough/vtd/iommu.c
xen/include/asm-x86/hvm/vcpu.h
xen/include/asm-x86/hvm/vlapic.h
xen/include/xen/hvm/irq.h
xen/include/xen/sched.h
xen/include/xen/softirq.h
xen/include/xen/tasklet.h [new file with mode: 0644]